home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
58517
/
58517.xpi
/
vexpand.jar
/
content
/
linkinfo.xul
next >
Wrap
Extensible Markup Language
|
2010-01-09
|
2KB
|
47 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<!DOCTYPE dialog SYSTEM "chrome://vexpand/locale/vexpandLocale.dtd" >
<dialog id="VexpandLinkInfo" title="&VExpand.LinkTitle;" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" buttons="accept"
onload="v_expand(true);" ondialogaccept="if(opener != null)opener.focus(); return true;"
buttonpack="center" buttonalign="center"
flex="2">
<dialogheader title="&VExpand.Title;" description='&VExpand.Description;' />
<script type="application/x-javascript" src="chrome://vexpand/content/vexpand.js"></script>
<stringbundle id="vexpand.stringbundle" src="chrome://vexpand/locale/vexpandLocale.properties" />
<image style="display:none;" src="&VExpand.Image;" />
<groupbox>
<caption label="&VExpand.LongLabel;" style="font-weight: bold;"/>
<hbox>
<vbox>
<textbox id="longurl" value="&VExpand.Default;" disabled="true" cols="50" multiline="true"/>
</vbox>
<vbox>
<label id="open-title-field" value="&VExpand.Open;" onclick="vexpand.go(vexpand.id('longurl').value);" style="color: #00F; text-decoration: underline; cursor: pointer;"/>
</vbox>
</hbox>
</groupbox>
<groupbox>
<caption label="&VExpand.UrlLabel;" style="font-weight: bold;"/>
<hbox>
<vbox>
<label control="short-field" value="&VExpand.ShortUrlLabel;" style="font-weight: bold;"/>
</vbox>
<vbox>
<label id="shorturl" value="&VExpand.Default;"/>
</vbox>
</hbox>
</groupbox>
<hbox>
<hbox pack="center" align="center" flex="2">
<label id="disclaimer_1" value="&VExpand.Powered;" style="color: #666; font-size: xx-small;"/>
<label id="disclaimer_2" value="http://www.voizle.com/"
style="color: #00F; font-size: xx-small; margin-left: 0; text-decoration: underline; cursor: pointer;"
onclick="vexpand.go('http://www.voizle.com/');"/>
</hbox>
</hbox>
</dialog>